projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c252d
)
infobar: Fix copy&paste error in documentation
author
Timm Bäder
<mail@baedert.org>
Thu, 12 Jan 2017 07:37:15 +0000
(08:37 +0100)
committer
Timm Bäder
<mail@baedert.org>
Thu, 12 Jan 2017 08:18:55 +0000
(09:18 +0100)
Of course you shouldn't call gtk_dialog_response on a GtkInfoBar.
gtk/gtkinfobar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkinfobar.c
b/gtk/gtkinfobar.c
index 2a2293893fe2094cd5d49f36ca780f3e72801df9..65f49afe0ff30abb78f598d70012e5fa4eb4dbeb 100644
(file)
--- a/
gtk/gtkinfobar.c
+++ b/
gtk/gtkinfobar.c
@@
-369,7
+369,7
@@
gtk_info_bar_class_init (GtkInfoBarClass *klass)
* @response_id: the response ID
*
* Emitted when an action widget is clicked or the application programmer
- * calls gtk_
dialog
_response(). The @response_id depends on which action
+ * calls gtk_
info_bar
_response(). The @response_id depends on which action
* widget was clicked.
*
* Since: 2.18